/**********************************************************
 * THEME
 *********************************************************/

/**********************************************************
 * General
 *********************************************************/

#main {
	font: normal normal 10pt verdana;
	text-align: justify;
}

#main h1 {
	font: normal bold 16pt verdana;
	color: #545967;
}

#main h2 {
	font: normal bold 14pt verdana;
	color: #545967;
}


/**********************************************************
 * Busqueda
 *********************************************************/
#head #search input {
	float: left;
	width: 160px;
	font: normal normal 8pt verdana;
	border: none;
	border-width: 0;
}

#head #search button {
	float: right;
	margin: 0px;
	border: 0px;
	vertical-align: middle;
	width: 25px;
	background-color: transparent;
}


/**********************************************************
 * Indice
 *********************************************************/
#index a.letter {
	font: normal normal 18pt serif;
	color: #545967;
	text-decoration: none;
	margin-right: 15px;
}

#index .separator {
	color: #FF0000;
	font-size: 18pt;
}


/**********************************************************
 * Resultados
 *********************************************************/
#results h1 {
	text-align: center;
}

#results .pagination {
	margin: 10px 0 10px 0;
	text-align: center;
}

#results .pagination-number {
	color: #645742;
	text-decoration: none;
	padding: 2px 7px; margin: 0px 5px;
	border: 1px solid #d1a037;
	background-color: #e9e2d7;
}

#results .pagination-number:hover {
	background-color: #e9e2d7;
	text-decoration: none; padding: 4px 9px; margin: 0px 3px;
}

#results .pagination-selected {
	color: #545967; font-weight: bold;
	background: #e9e2d7;
	padding: 4px 9px;
	border: 1px solid #d1a037;
	margin: 0px 5px;
	height: 40px;
}

#results .pagination-break {
	padding: 0px 5px;
	background: transparent url(../img/break.gif) 2px 2px no-repeat;
}

#results dl {
	margin: 0;
	border-top: 1px #d0d0df solid;
	padding: 5px 10px 5px 10px;
}

#results dl:hover {
	background-color: #e9e2d7;
}

#results dt {
	margin-left: 0;
	line-height: 1.5em;
}

#results dt a {
	font: normal bold 12pt verdana;
	color: #545967;
	text-decoration: none;
}
#results dt img {
	width: 16px;
	height: 16px;
	float: right;
	margin-left: 2px;
}

#results dd {
	margin-left: 20px;
	text-align: justify;
}

#results dd a {
	font: normal normal 10pt verdana;
	color: #000;
	text-decoration: none;
}

#results img {
	border: 0;
}


/**********************************************************
 * Top
 *********************************************************/
#results h1.top {
	height: 30px;
	margin-left: 170px;
	padding: 30px 0 0 70px;
	text-align: left;
	background: transparent url(../img/top_on.png) 2px 2px no-repeat;
}

#results dt.top {
	padding: 30px 0 0 60px;
}

#results dl.top_1 { background: transparent url(../img/points/1.png) no-repeat; }
#results dl.top_2 { background: transparent url(../img/points/2.png) no-repeat; }
#results dl.top_3 { background: transparent url(../img/points/3.png) no-repeat; }
#results dl.top_4 { background: transparent url(../img/points/4.png) no-repeat; }
#results dl.top_5 { background: transparent url(../img/points/5.png) no-repeat; }
#results dl.top_6 { background: transparent url(../img/points/6.png) no-repeat; }
#results dl.top_7 { background: transparent url(../img/points/7.png) no-repeat; }
#results dl.top_8 { background: transparent url(../img/points/8.png) no-repeat; }
#results dl.top_9 { background: transparent url(../img/points/9.png) no-repeat; }
#results dl.top_10 { background: transparent url(../img/points/10.png) no-repeat; }

#results dl.top:hover {
	background-color: #e9e2d7;
}


/**********************************************************
 * Pie
 *********************************************************/
#foot .links {
	margin-top: 10px;
}

#foot .logo, #foot .links {
	width: 100%;
	text-align: center;
}

#foot .links, #foot .links a {
	font: normal normal 10pt verdana;
	color: #eee;
}


/**********************************************************
 * Paginas
 *********************************************************/
h1.quienes {
	height: 30px;
	margin-left: 200px;
	padding: 30px 0 0 70px;
	background: transparent url(../img/quien_on.png) 2px 2px no-repeat;
}

.abbr {	clear: all; }

.abbr acronym {
	display: block; float: left; margin: .2em;
	width: 200px;
	cursor: help;
	border-bottom: 1px dashed #000;
}

ul.creditos { margin-left: 2em; }


/**********************************************************
 * Buscador web
 *********************************************************/
div.widgets {
	float: left;
	width: 660px;
	margin-top: 10px;
	font: normal normal 11pt georgia; color: #545967;
	background: #f2f3ec url(/img/back_widget.png) no-repeat;
}

div.widgets_end {
	float: left;
	width: 660px;
	height: 17px;
	background: transparent url(/img/back_widget_end.png) no-repeat;
}

div.widgets .widget {
	float: left;
	width: 660px;
	border-top: 1px #777f92 solid;
}

div.widgets .text {
	height: 135px;
	margin-top: 32px;
	padding: 5px 0 0 20px;
}

div.widgets .text ol {
	margin-top: 5px;
}

div.widgets .widget .ejemplo {
	float: left;
	margin: 20px;
	width: auto;
}

div.widgets .widget .html {
	float: left;
	margin-top: 20px;
}

div.widgets .widget .html1 textarea {
	resize: none;
	width: 470px;
	height: 95px;
}

div.widgets .widget .html2 textarea {
	resize: none;
	width: 430px;
	height: 95px;
}

div.widgets .widget .html3 textarea {
	resize: none;
	width: 395px;
	height: 110px;
}

div.widgets .widget .html4 textarea {
	resize: none;
	width: 300px;
	height: 125px;
}

div.widgets .widget .html5 textarea {
	resize: none;
	width: 440px;
	height: 325px;
}


/**********************************************************
 * Varios
 *********************************************************/
.error {
	border: 1px red dotted;
}

.banner {
	width: 100%;
	margin-top: 15px;
	text-align: center;
}

.banner .mini {
	float: left;
	margin-left: 8px;
}

#map {
	display: none;
}
